GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer.DropFileEventArgs Class / GdViewer.DropFileEventArgs Constructor / GdViewer.DropFileEventArgs Constructor(RoutedEvent,String[])





In This Topic
GdViewer.DropFileEventArgs Constructor(RoutedEvent,String[])
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal routedEvent As RoutedEvent, _
   ByVal File() As String _
)
public GdViewer.DropFileEventArgs( 
   RoutedEvent routedEvent,
   string[] File
)
public GdViewer.DropFileEventArgs( 
    routedEvent: RoutedEvent;
    File: Stringarray of
); 
public function GdViewer.DropFileEventArgs( 
   routedEvent : RoutedEvent,
   File : String[]
);
public: GdViewer.DropFileEventArgs( 
   RoutedEvent* routedEvent,
   string*[]* File
)
public:
GdViewer.DropFileEventArgs( 
   RoutedEvent^ routedEvent,
   array<String^>^ File
)

Parameters

routedEvent
File
See Also